'Declaration
Public Function GetParagraphBottom( _ ByVal SegmentationResultID As String, _ ByVal ParagraphIdx As Integer _ ) As Integer
public int GetParagraphBottom( string SegmentationResultID, int ParagraphIdx )
public function GetParagraphBottom( SegmentationResultID: String; ParagraphIdx: Integer ): Integer;
public function GetParagraphBottom( SegmentationResultID : String, ParagraphIdx : int ) : int;
public: int GetParagraphBottom( string* SegmentationResultID, int ParagraphIdx )
public: int GetParagraphBottom( String^ SegmentationResultID, int ParagraphIdx )
Parameters
- SegmentationResultID
- ParagraphIdx